/status/system/interface/<intf_name>/carp//ip/addrMask/

Use

Use to view the IP address information for this interface and CARP group.

Parameters

intf_name: Name of interface

vhid: Virtual Host ID (VHID) used to identify the CARP group

addrMask: IPv4 or IPv6 subnet and mask to match

Data Key

The data key contains the IP address.

Data Type

ip-addr-with-mask

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/interfa ce/em1/carp/1/ip/addrMask/name

GET Response

{"httpResponseCode": 404,
 "internalResponseCode": 101,
 "message": "Request failed: Unable to retrieve data from controller\n  Path: /system/interface/em1/carp/1/ip/addrMask/name\n  ResponseCode: 101 (Path not found)\n",
 "recurse": False,
 "requestPath": "/status/system/interface/em1/carp/1/ip/addrMask/name"}
  1. /status/system/interface/<intf_name>/carp//ip/addrMask/ 1. Parameters 2. Data Key
    1. Data Type 3. Request Methods 4. Related 5. Examples